Description
Merge 2-n videos in one.
Operation id | Video.Concat |
Category | Files |
Label | Joins two or more videos sequentially. |
Requires | |
Since | |
Parameters
Signature
Inputs | bloblist, documents |
Outputs | blob, blob |
Implementation Information
JSON Definition
{
"id" : "Video.Concat",
"label" : "Joins two or more videos sequentially.",
"category" : "Files",
"requires" : null,
"description" : "Merge 2-n videos in one.",
"url" : "Video.Concat",
"signature" : [ "bloblist", "blob", "documents", "blob" ],
"params" : [ {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}